home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3polygon.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POLYGONTOOLGADGET_H = 1;
- include("real/primgad/s3primgd.js")
-
-
- var R3CLID_POLYGONTOOLGADGET = 1661;
-
-
-
-
- // Description: Private. For internal mapchanges
-
- R3POLYGONTGCM_QUERYENABLED = 1661001;
-
- function mR3POLYGONTGCM_QUERYENABLED() {
- DoA(this.r3obj, 1661001, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Polygontoolgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POLYGONTOOLGADGET, arguments);
- }
- // Methods
- this.QUERYENABLED=mR3POLYGONTGCM_QUERYENABLED;
-
- // Attributes
- }
-
- r3Polygontoolgadget.prototype=new r3Primtoolgadget;
- // s3polygon.h_H